home *** CD-ROM | disk | FTP | other *** search
- inherited frmMouseMove: TfrmMouseMove
- HelpContext = 63
- OldCreateOrder = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
- 'Moves the mouse pointer to the specified pixel coordinates.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblXPos: TLabel
- Left = 10
- Top = 24
- Width = 73
- Height = 13
- AutoSize = False
- Caption = '&X Pos:'
- FocusControl = edtXPos
- end
- object lblYPos: TLabel
- Left = 123
- Top = 24
- Width = 73
- Height = 13
- AutoSize = False
- Caption = '&Y Pos:'
- FocusControl = edtYPos
- end
- object lblCurrentLocation: TLabel
- Left = 10
- Top = 122
- Width = 169
- Height = 14
- AutoSize = False
- Caption = 'Current mouse location:'
- end
- object lblPressKey: TLabel
- Left = 10
- Top = 136
- Width = 169
- Height = 47
- AutoSize = False
- Caption = '(Press the insert key to capture)'
- WordWrap = True
- end
- object lblCoordinates: TLabel
- Left = 204
- Top = 136
- Width = 16
- Height = 13
- Alignment = taRightJustify
- Caption = '1,1'
- end
- object edtXPos: TEdit
- Left = 10
- Top = 40
- Width = 102
- Height = 21
- TabOrder = 0
- OnKeyUp = edtXPosKeyUp
- end
- object edtYPos: TEdit
- Left = 121
- Top = 40
- Width = 102
- Height = 21
- TabOrder = 1
- OnKeyUp = edtXPosKeyUp
- end
- object rdoRelative: TRadioButton
- Left = 10
- Top = 73
- Width = 431
- Height = 13
- Caption = 'Relative to &foreground window'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnKeyUp = edtXPosKeyUp
- end
- object rdoAbsolute: TRadioButton
- Left = 10
- Top = 98
- Width = 431
- Height = 13
- Caption = 'Relative to &screen'
- TabOrder = 3
- OnKeyUp = edtXPosKeyUp
- end
- end
- object TabSheet1: TTabSheet [1]
- Caption = 'Advanced'
- ImageIndex = 3
- object Label4: TLabel
- Left = 10
- Top = 16
- Width = 181
- Height = 13
- Caption = 'Add a &pause after moving the mouse:'
- FocusControl = edtPauseAfter
- end
- object Label2: TLabel
- Left = 241
- Top = 40
- Width = 89
- Height = 13
- AutoSize = False
- Caption = 'ms'
- end
- object edtPauseAfter: TEdit
- Left = 10
- Top = 32
- Width = 224
- Height = 21
- AutoSize = False
- TabOrder = 0
- end
- end
- end
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 304
- Top = 176
- end
- end
-